inherited JobsCancelDialog: TJobsCancelDialog Left = 419 Top = 292 Caption = '%' ClientHeight = 86 ClientWidth = 209 OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object DescLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = '%' end object CancelBtn: TUiButton Left = 128 Top = 56 Cancel = True Caption = 'Cancel' TabOrder = 0 OnClick = CancelClick AutoSize = asRight end object ProgressBar: TUiProgressBar Left = 9 Top = 28 Width = 192 Height = 17 TabOrder = 1 State = pbsMarquee end object Timer: TTimer Enabled = False Interval = 500 OnTimer = TimerTimer Left = 8 Top = 56 end end